google.golang.org/grpc/balancer/endpointsharding.endpointSharding.inhibitChildUpdates (field)

6 uses

	google.golang.org/grpc/balancer/endpointsharding (current package)
		endpointsharding.go#L108: 	inhibitChildUpdates atomic.Bool
		endpointsharding.go#L142: 	es.inhibitChildUpdates.Store(true)
		endpointsharding.go#L144: 		es.inhibitChildUpdates.Store(false)
		endpointsharding.go#L208: 	es.inhibitChildUpdates.Store(true)
		endpointsharding.go#L210: 		es.inhibitChildUpdates.Store(false)
		endpointsharding.go#L246: 	if es.inhibitChildUpdates.Load() {